﻿.rec1 {
    height: 618px;
}
.sectionMain1Ad {
    height: 620px;
}
.sectionMain1 {
    height: auto;
}
.sectionMain1 .item {
    width: 200px;
    height: 263px;
    float: left;
    margin-left: 13px; /*border: 1px solid #f2f2f2;*/
    margin-top: 10px;
    border: 3px solid #fff;
    position: relative;
}
.sectionMain1 .item:hover {
    width: 200px;
    height: 263px;
    float: left;
    margin-left: 13px; /*border: 1px solid #f2f2f2;*/
    margin-top: 10px;
    border: 3px solid #ccc;
}
.sectionMain1 .item div {
    padding: 3px;
}
.sectionMain1 .item .p-name {
    display: block;
    height: 20px;
    overflow: hidden;
}
.sectionMain1 .item .p-name, .sectionMain1 .item .p-price {
    margin-top: 5px;
}
.sectionMain1 .item .p-price {
    font-size: 15px;
    font-family: Verdana;
    color: #E4393C;
}

.menuPannel {
    width: 54px;
    height: 269px;
    position: fixed;
    top: 200px;
    z-index: 100;
    overflow:hidden;
    
}
.menuPannel div
{
    height:30px;
    width:54px;
    overflow:hidden;
}
.menuPannel a {
    display: block;
    width: 54px;
    height: 29px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
}

.menuItemLine
{
    border-bottom:1px dotted #ccc;
}
.menuItemBack
{
    background:#c61623;
    color:#fff;
}